home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200409-03.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  62 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200409-03.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14650);
  15.  script_bugtraq_id(9836);
  16.  script_version("$Revision: 1.2 $");
  17.  script_xref(name: "GLSA", value: "200409-03");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200409-03
  20. (Python 2.2: Buffer overflow in getaddrinfo())
  21.  
  22.  
  23.     If IPV6 is disabled in Python 2.2, getaddrinfo() is not able to handle IPV6
  24.     DNS requests properly and a buffer overflow occurs.
  25.   
  26. Impact
  27.  
  28.     An attacker can execute arbitrary code as the user running python.
  29.   
  30. Workaround
  31.  
  32.     Users with IPV6 enabled are not affected by this vulnerability.
  33.   
  34. References:
  35.     http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0150
  36.     http://www.osvdb.org/4172
  37.  
  38.  
  39. Solution: 
  40.     All Python 2.2 users should upgrade to the latest version:
  41.     # emerge sync
  42.     # emerge -pv ">=dev-lang/python-2.2.2"
  43.     # emerge ">=dev-lang/python-2.2.2"
  44.   
  45.  
  46. Risk Factor : High
  47. ';
  48.  script_description(english: desc);
  49.  script_copyright(english: "(C) 2004 Michel Arboi");
  50.  script_name(english: "[GLSA-200409-03] Python 2.2: Buffer overflow in getaddrinfo()");
  51.  script_category(ACT_GATHER_INFO);
  52.  script_family(english: "Gentoo Local Security Checks");
  53.  script_dependencies("ssh_get_info.nasl");
  54.  script_require_keys('Host/Gentoo/qpkg-list');
  55.  script_summary(english: 'Python 2.2: Buffer overflow in getaddrinfo()');
  56.  exit(0);
  57. }
  58.  
  59. include('qpkg.inc');
  60. if (qpkg_check(package: "dev-lang/python", unaffected: make_list("ge 2.2.2", "lt 2.2"), vulnerable: make_list("lt 2.2.2")
  61. )) { security_hole(0); exit(0); }
  62.